home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMWINDOWFOCUS / TFRMWINDOWFOCUS.txt
Encoding:
Text File  |  2003-01-14  |  1.4 KB  |  64 lines

  1. inherited frmWindowFocus: TfrmWindowFocus
  2.   Left = 458
  3.   Top = 259
  4.   HelpContext = 30
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inherited pnlTop: TPanel
  8.     inherited lblCommandName: TLabel
  9.       Caption = ''
  10.     end
  11.     inherited memActionDesc: TMemo
  12.       Lines.Strings = (
  13.         
  14.           'Brings a window to the front.  The window must be open and avail' +
  15.           'able while the '
  16.         
  17.           'task is running, or the task will fail.  To search for partial w' +
  18.           'indow titles, use '
  19.         'wildcard characters * and ?.')
  20.     end
  21.   end
  22.   inherited pnlCenter: TPanel
  23.     inherited pgcControlPage: TPageControl
  24.       inherited tbsAM5Main: TTabSheet
  25.         inherited cboWindowTitle: TComboBox
  26.           OnDropDown = cboWindowTitleDropDown
  27.         end
  28.         inherited WindowHandlePnl1: TWindowHandlePnl
  29.           Caption = ''
  30.         end
  31.       end
  32.     end
  33.   end
  34.   inherited dxSIBarManager: TdxBarManager
  35.     Categories.ItemsVisibles = (
  36.       2)
  37.     Categories.Visibles = (
  38.       True)
  39.     PopupMenuLinks = <
  40.       item
  41.         Control = lsvAM5Errors
  42.         PopupMenu = dxCheckPopup
  43.       end>
  44.     DockControlHeights = (
  45.       0
  46.       0
  47.       0
  48.       0)
  49.   end
  50.   inherited dxCheckPopup: TdxBarPopupMenu
  51.     ItemLinks = <
  52.       item
  53.         Item = itmCheckAllErrors
  54.         UserGlyph.Data = {00000000}
  55.         Visible = True
  56.       end
  57.       item
  58.         Item = itmCheckNoErrors
  59.         UserGlyph.Data = {00000000}
  60.         Visible = True
  61.       end>
  62.   end
  63. end
  64.